home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 June
/
PCWorld_2007-06_cd.bin
/
domacnost a kancelar
/
actual
/
atwsetup.exe
/
{app}
/
en.chm
/
features
/
ontop.php
< prev
next >
Wrap
PHP Script
|
2007-04-16
|
2KB
|
38 lines
<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("Stay on Top");
?>
<h1>Stay on Top</h1>
<p><i><b>Available in</b>:
<a href="http://www.actualtools.com/products/index.php#aim">Actual Window Manager</a>,
<a href="http://www.actualtools.com/products/index.php#atw">Actual Transparent Window</a>,
<a href="http://www.actualtools.com/products/index.php#atb">Actual Title Buttons</a>,
<a href="http://www.actualtools.com/products/index.php#asm">Actual Window Menu</a>,
<a href="http://www.actualtools.com/products/index.php#awr">Actual Window Rollup</a>,
<a href="http://www.actualtools.com/products/index.php#awg">Actual Window Guard</a>.
</i></p>
<p>The <i><b>Stay on Top</b> action</i> allows you to keep the selected window on top of your other open windows so that
it's <i>always</i> accessible and <i>never</i> covered by them - even when it becomes <a href="activate.php">inactive</a>.
</p>
<p align="center">
<img border="0" src="http://www.actualtools.com/images/feat_stayontop.gif" width="709" height="525" alt="Pin any window to keep it over others."/>
</p>
<p><i>Hint</i> The <i><b>Stay on Top</b> action</i> is appropriate for windows that monitor some activity and
as such must always remain visible, and times when you need to drag-and-drop objects and information from one window to
another: just make the target window <b>"Stay on Top"</b> to prevent the source window from covering it up when you
activate the source window by starting the drag-and-drop procedure.
</p>
<p><i>Related actions:
<a href="rollup.php">Rollup</a>,
<a href="transparency.php">Change Transparency</a>,
<a href="ghost.php">Ghost</a>.
</i></p>
<p><i>Possible triggers:
<a href="titlebuttons.php#ontop">Title Buttons</a>,
<a href="windowmenu.php#ontop">Window Menu</a>,
<a href="startup.php">Startup</a>.
</i></p>
<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");
?>